From 4996f8b1f5d4a818aee3285eeb0db56b7f4d1134 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Fri, 18 Dec 2015 21:53:00 +0100 Subject: [PATCH] build: add support configuring for x86_32 This will allow OSSTest to run `make dist` for XEN_TARGET_ARCH=x86_32 but will still not build the hypervisor for x86_32. Fixes: http://logs.test-lab.xenproject.org/osstest/logs/66454/ Signed-off-by: Doug Goldstein --- xen/arch/x86/configs/x86_32_defconfig | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 xen/arch/x86/configs/x86_32_defconfig diff --git a/xen/arch/x86/configs/x86_32_defconfig b/xen/arch/x86/configs/x86_32_defconfig new file mode 100644 index 0000000000..e69de29bb2 -- 2.30.2